This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Inheriting Shared Actions ~Samuel Nimfookonyettu 12.Jan.04 05:09 PM a Web browser Applications Development 6.0.2 CF2All Platforms
I could be wrong but my experience with shared actions under R5 was that they all have to be shared or they show up like yours did. If I have a view or a form in a template that invokes a shared action in that same template, if the database that inherits the views and forms has different shared actions, then I get something unexpected.
I have a feeling that shared actions are brought in by sequence number or something. Your view might use shared action #4. If that view goes to a new database, it uses shared action #4 (whatever that is) in the new database.
This isn't a problem if your second database gets its whole design from the first database (it uses the first as a complete template) but it is a problem if the second database just uses some of the design elements of the first.